'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Overrides Function Equals( _ ByVal obj As Object _ ) As Boolean
'Usage Dim instance As CharacterSet Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public override bool Equals( object obj )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: bool Equals( Object* obj ) override
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: bool Equals( Object^ obj ) override
Parameters
- obj
- CharcterSet object to compare against