Compares two instances of SourceProfile for equality.
[Visual RPG] SourceProfile.op_Equality (x, y)
[Visual Basic] returnValue = SourceProfile.op_Equality(x, y)
Parameters
- x
- A SourceProfile object to compare.
- y
- A SourceProfile object to compare.
Return Value
True if x and y have the same invocation lists; otherwise false.
Exceptions
None.
Remarks
Returns true if the references being compared refer to the same object. Otherwise, returns the value of the Equals method invoked on left, and passed right as a parameter.
Requirements
Namespace: ASNA.DataGate.Providers
Assembly: ASNA DataGate Client
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 8.1 Pro, Windows 10
See Also