MembershipVersion.Equals Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
- Source:
- MembershipVersion.cs
Indicates whether the current object is equal to another object of the same type.
C#
public bool Equals(Orleans.Runtime.MembershipVersion other);
override this.Equals : Orleans.Runtime.MembershipVersion -> bool
Public Function Equals (other As MembershipVersion) As Boolean
Parameters
- other
- MembershipVersion
Returns
Implements
Applies to
.NET Orleans 9.0.0 и други версии
Продукт | Версии |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |
- Source:
- MembershipVersion.cs
Indicates whether this instance and a specified object are equal.
C#
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
.NET Orleans 9.0.0 и други версии
Продукт | Версии |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |