You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/multiplex.d.ts
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -145,20 +145,20 @@ declare module mx {
145
145
146
146
147
147
/**
148
-
* Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
148
+
* Determines whether the specified object instances are considered equal. calls the overridden "equals" method when available.
149
149
* @param objA The first object to compare.
150
150
* @param objB The second object to compare.
151
+
* @param comparer An equality comparer to compare values.
* Determines whether the specified object instances are considered equal. calls the overridden "equals" method when available.
157
+
* Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
157
158
* @param objA The first object to compare.
158
159
* @param objB The second object to compare.
159
-
* @param comparer An equality comparer to compare values.
Copy file name to clipboardExpand all lines: src/typescript/multiplex.d.ts
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -145,20 +145,20 @@ declare module mx {
145
145
146
146
147
147
/**
148
-
* Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
148
+
* Determines whether the specified object instances are considered equal. calls the overridden "equals" method when available.
149
149
* @param objA The first object to compare.
150
150
* @param objB The second object to compare.
151
+
* @param comparer An equality comparer to compare values.
* Determines whether the specified object instances are considered equal. calls the overridden "equals" method when available.
157
+
* Performs a comparison of two objects of the same type and returns a value indicating whether one object is less than, equal to, or greater than the other.
157
158
* @param objA The first object to compare.
158
159
* @param objB The second object to compare.
159
-
* @param comparer An equality comparer to compare values.
0 commit comments